GtkTooltip: Drop an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Jul 2014 16:39:10 +0000 (12:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Jul 2014 16:40:57 +0000 (12:40 -0400)
commitc8c6da4ca45812a2cd2dcdb63f8df33e01e878e8
treef4d7dc01af1ad25d0f4ba26f3c84d8929d7eca3d
parentbb93e6349c9252ae03eb405fbe753312ef949627
GtkTooltip: Drop an unused variable

The toplevel_window was never set, and the only place where it
was used was causing us to hide tooltips needlessly. So removing
it is a double win.

https://bugzilla.gnome.org/show_bug.cgi?id=733321
gtk/gtktooltip.c